projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a36dd5
)
Require fontset conditionally again.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:01:54 +0000
(08:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Jan 2003 08:01:54 +0000
(08:01 +0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index 41f3f88d00c583ff484596b9c6bd4e50ae57659d..9ad1231c8eace89b05c8b2b8cbad56ec84afb08a 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-75,7
+75,8
@@
(require 'faces)
(require 'select)
(require 'menu-bar)
-(require 'fontset)
+(if (fboundp 'new-fontset)
+ (require 'fontset))
(defvar x-invocation-args)